home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc B) / Acorn User China CD-ROM (UK) (Disc B).bin / BARNET / ARMLINUX / MAIL / 9708 / text0088.txt < prev    next >
Encoding:
Text File  |  1997-11-30  |  1.9 KB  |  58 lines

  1. In message <25c9b1c147%joseph@benji.ping.demon.co.uk>
  2.           Joseph Heenan <joseph-l@ping.demon.co.uk> wrote:
  3.  
  4. > In message <66d77cc147%ian@advunit.demon.co.uk>
  5. >           Ian Hinder <ian@advunit.demon.co.uk> wrote:
  6. > > [big snip]
  7. > >
  8. > > I created the /etc/boot.conf file in emacs, but when I tried to save
  9. > > it I was told that the filing system was read-only.
  10. > Try something like mount -n -o remount,rw /
  11. > -n => don't update fstab (can't, cos the partition is ro atm)
  12. > -o => options, which are remount(because it's already mounted,
  13. >       and rw (read-write).
  14. > and the / is the filesystem you want to remount.
  15.  
  16.   mount -n -o remount,rw /
  17.  
  18. gives the error
  19.  
  20.   mount: can't find / in /etc/mtab or /etc/fstab
  21.  
  22. :-(
  23.  
  24. > > Any ideas?  It sounds like a file that should have been copied
  25. > > (fstab) wasn't.  I'm guessing that it means filing system table,
  26. > > so perhaps it contains info about the r/w status of the filing
  27. > > systems??  If so, this could explain the problems.
  28. > > 
  29. > > Is there some way I can get this file installed, or can I generate
  30. > > it myself?
  31. > I'm not sure why it wasn't generated by the installer - it was
  32. > created okay when I installed, although that was with an earlier
  33. > version.
  34. > see man 5 fstab for the fileformat, but basically there should be a
  35. > line something like:
  36. > /dev/hda3    /                  ext2   defaults            1 2
  37. > (partition   where              type   options           something to
  38. >                                                         do with fsck)
  39. > With the partition changed as appropriate.
  40.  
  41. Unfortunately I can't add this file because the system is read-only,
  42. and I can't mount it as r/w because this file isn't present!  GRRRRR!
  43.  
  44. I suppose what I need is either an installer which *does* write the
  45. correct file, or a way of mounting the disc that does not need either
  46. of these files to be present.
  47.  
  48. -- 
  49. I a n  H i n d e r
  50. ian@advunit.demon.co.uk
  51.  
  52.